home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 021-030 / amok24 / dme / src / source.zoo / m2err.h < prev    next >
Text File  |  1989-07-03  |  236b  |  13 lines

  1.  
  2. #define  M2_ERRFILE (ulong) 0x00000003
  3. #define  M2_ERR     (ulong) 0xC1455252
  4. #define  M2_STR     (ubyte) 0xC2
  5. #define  M2_EOF     (uword) 0xFFFF
  6.  
  7. typedef struct _m2_error {
  8.   long  line;
  9.   long  column;
  10.   ubyte msg[100];
  11. } m2_error;
  12.  
  13.